-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placeholder: Fix hover style. #44701
Conversation
Size Change: +39 B (0%) Total Size: 1.27 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jasmussen should this be backported along with #44150? |
a935a43
to
6e3bc57
Compare
I can't get the tests to pass. They appear to be timing out. I'll restart one last time. If they pass, feel free to merge, this css only fix should be perfectly safe. Otherwise I'll try again tomorrow. |
6e3bc57
to
867536b
Compare
What?
Followup to #44150 which moved a hover style from a pseudo element onto the block itself. This caused an issue where the backdrop-filter applied to placeholders got blurred:
This PR moves it back to a pseudo element, fixing the issue:
The PR also includes a fix for an occasional Chrome/Mac glitch where the backdrop filter placeholder would lose its color on resizing.
Testing Instructions
Test image placeholders in various contexts, including inside a Cover block that has a background. The new placeholder style should work well in all contexts.